CONTRACT_TYPE
{
//REQUIREMENTS FOR CONTRACT TO APPEAR


//DATA NODES TO PROCESS FOR CONTRACT USE


//CONTRACT DESCRIPTION
	name = BugTest
	title = BugTest #

	description = Description of bug.
	synopsis = Test the bug.
	completedMessage = You have tested the bug.
	
	maxSimultaneous = 1
	
	advanceFunds = 10000000
	rewardScience = 100000
	rewardReputation = 10000


//BEHAVIORS TO DO WHEN CREATING CONTRACT	


//PARAMETERS FOR CONTRACT COMPLETION

	PARAMETER
	{
		name = ReachState
		type = ReachState
		title = Get moving
		situation = LANDED
		minSpeed = 5.0
		targetBody = Kerbin
		
	}
	
}
